{% load i18n static common %}
{% csrf_token %} {% with form.license_file as field %}
{% if field.is_readonly %}
{{ field.contents }}
{% else %} {{ field }} {% endif %}
{% if field.help_text %}
{{ field.field.help_text|safe }}
{% endif %}
{% endwith %}